home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineButton2_381 / BUTTONCONDACTION on(release).as
Text File  |  2008-02-25  |  314b  |  22 lines

  1. on(release){
  2.    stopAllSounds();
  3.    theWind.start(0,999);
  4.    _root.gogogo = true;
  5.    if(myWordD != "")
  6.    {
  7.       nextFrame();
  8.    }
  9.    else if(myWordE != "")
  10.    {
  11.       gotoAndPlay(16);
  12.    }
  13.    else if(myWordF != "")
  14.    {
  15.       gotoAndPlay(19);
  16.    }
  17.    else
  18.    {
  19.       gotoAndPlay(22);
  20.    }
  21. }
  22.